﻿img.small{
	display:none;
}
.promocion-madre{
	background-image: url('/Pages/es/Content section/promociones/images/bg-banner-promo-madres.jpg');
}
.promocion-madre .banner{
	text-align:center;
}
.promocion-madre .banner img.large{
	position: relative;
    width: 70%;
    top: -43px;
    left: -76px;
}

.promocion-madre .promociones-wrapper{
	display: flex;
    flex-direction: column;
}

.promocion-madre .promociones-wrapper .titulo{
	text-align: center;
    font-size: 1.6rem;
    width:50%;
    margin:0 auto;
    max-width: 640px;
	font-family: VAGRoundedLightLight !important;
	font-weight: bold;
    line-height: 1.2;
}

.promocion-madre .promociones-wrapper .filtro-wrapper{
	display: flex;
    justify-content: center;
	padding: 60px 0 80px 0;
    align-items: center;
    position: relative;
}

.promocion-madre .promociones-wrapper .filtro-wrapper > span{
	font-size: 1.5rem;
	margin-right: 40px;
	font-family: VAGRoundedLightLight !important;
}

.promocion-madre .promociones-wrapper .filtro-wrapper .filtro{
	color: #2b3a8e !important;
    display: flex;
    align-items: center;
    padding: 0 15px;
    border-bottom: 3px solid #18bbc8;
    cursor:pointer;
    position: relative;
    min-width: 280px;
    box-sizing: border-box;
    height: 35px;
}

.promocion-madre .promociones-wrapper .filtro-wrapper .filtro p{
	color: #2b3a8e !important;
    font-size: 1.5rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
	font-family: VAGRoundedLightLight !important;
}


.promocion-madre .promociones-wrapper .filtro-wrapper .filtro .caret{
	transform: rotate(90deg);
    font-size: 2.5rem;
    display: inline-block;
    line-height: 1;
    margin-left: 80px;
    height: 32px;
    position: absolute;
    right: 12px;
}

.promocion-madre .promociones-wrapper .filtro-wrapper  .categorias{
    position: absolute;
    width: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0px 1px 4px #bdbdbd;
    top: 36px;
    z-index: 10;
    transition: height .3s ease-in;
    height: 0;
    overflow: hidden;
}
.promocion-madre .promociones-wrapper .filtro-wrapper .categorias.active{
    height: 174px;
}

.promocion-madre .promociones-wrapper .filtro-wrapper .categorias li{
    padding: 6px 17px;
    box-sizing: border-box;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
}
.promocion-madre .promociones-wrapper .filtro-wrapper .categorias li:hover{
    background: #f1f1f1;
}
.promocion-madre .promociones-wrapper .filtro-wrapper .categorias li:last-child{
    border-bottom: none;
}
.promocion-madre .promociones-wrapper .promociones{
    display: flex;
    flex-wrap: wrap;
    width: 70%;
    margin: 0 auto;
    justify-content: space-between;
	max-width:991px;
}

.promocion-madre .promociones-wrapper .promociones .promocion{
    background: #fff;
    width: 300px;
    box-shadow: 0px 1px 4px #bdbdbd;
    border-radius: 5px;
    margin-bottom: 26px;
    position: relative;
    min-height: 450px;
    padding: 15px;
    box-sizing: border-box;
}

.promocion-madre .promociones-wrapper .promociones .promocion.hidden{
	visibility:hidden;
	height:0px;
	min-height:auto;
}

.promocion-madre .promociones-wrapper .promociones .promocion img{
	width:100%;
}
.promocion-madre .promociones-wrapper .promociones .promocion h3{
    line-height: 1 !important;
    padding-bottom: 0;
    margin-bottom: 10px;
    font-size: 1.4rem;
    font-weight: 600;
}
.promocion-madre .promociones-wrapper .promociones .promocion p{
    line-height: 1.2 !important;
    font-size: 1rem !important;
}
.promocion-madre .promociones-wrapper .promociones .promocion span{
    color: #2b3a8e;
    font-weight: 600;
    position: absolute;
    bottom: 10px;
}

.promocion-madre .info{
	background:#1068af;
	padding: 50px 0;
	text-align: center;
	color:#fff;
	margin-top: 70px;
}	

.promocion-madre .info p{
	font-family: VAGRoundedLightLight !important;
	font-size: 1.2rem !important;
    line-height: 1 !important;
    font-weight: 600 !important;
	color:#fff !important;
}
.promocion-madre .info p:nth-child(2){
	margin:8px 0 !important;
}
.promocion-madre .info p:nth-child(3){
	margin-bottom: 25px !important;
}
.promocion-madre .info i{
	display: block
}
@media screen and (max-width:991px){
	.promocion-madre .promociones-wrapper .promociones{
		width:90%;
	}
}
@media screen and (max-width:768px){
	img.large{
		display:none;
	}
	
	img.small{
		display:block;
		margin:0 auto;
		width: 100%;
		max-width: 400px;
	}
	    .promocion-madre .promociones-wrapper .titulo{
        width: 100%;
    }
    .promocion-madre .promociones-wrapper .filtro-wrapper{
        flex-direction: column;
        padding: 35px 0 55px 0;
    }
    .promocion-madre .promociones-wrapper .filtro-wrapper > span{
        margin-right:0;
        margin-bottom: 25px;
    }
    .promocion-madre .promociones-wrapper .promociones{
        justify-content: center;
    }
}
